Welcome![Sign In][Sign Up]
Location:
Search - smtp server

Search list

[JSP/JavaServletmail

Description: 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的网址 4运行: http://www.yourSite.com/servlet/ExampleServlet 填写你的SMTP邮件服务器和发信端口,还有你在这个邮件服务器上的帐号(不正确发不出信)-1: Document explanation that, ExampleServlet.java sends a letter JAVA source document CSEmail.jar to send a letter wraps com CSEmail.jar the source document 2: Deployed: ExampleServlet.java sends to WEB-INF/CLASSES/ CSEmail.jar to put to web-inf/lib/ 3. revises in ExampleServlet.java private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ to alter to www.yourSite.com your website 4 movements: Http://www.yourSite.com/servlet/ExampleServlet fills in your SMTP server and sends a letter the port, but also has you (not correctly not to be able to issue letter) on this server account number
Platform: | Size: 16384 | Author: 陈良 | Hits:

[Internet-Networkxmail-1.20.win32bin

Description: XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authentication ( PLAIN LOGIN CRAM-MD5 POP3-before-SMTP and custom ), a POP3 account syncronizer with external POP3 accounts, account aliases, domain aliases, custom mail processing, direct mail files delivery, custom mail filters, mailing lists, remote administration, custom mail exchangers, logging, and multi-platform code. XMail sources compile under GNU/Linux, FreeBSD, OpenBSD, NetBSD, OSX, Solaris and NT/2K/XP.
Platform: | Size: 387072 | Author: yushulf | Hits:

[Email Serversmtp服务器

Description: smtp服务器,功能还算齐全-smtp server, functions fairly complete
Platform: | Size: 321536 | Author: 何征 | Hits:

[Email Servercrsmail082500

Description: 用java实现pop3/smtp服务器程序-the pop3/smtp server in java
Platform: | Size: 280576 | Author: 叶林 | Hits:

[Internet-NetworkSMTP编程

Description: 内含利用SMTP发送邮件的简单例子、实现SMTP群发功能、查找SMTP服务器三个例子,很全面。-includes a SMTP mail simple example, to achieve mass function SMTP, SMTP server you three examples, very comprehensive.
Platform: | Size: 87040 | Author: 夏雨 | Hits:

[CSharpC实现SMTP服务器,使用TCP命令实现功能比较完善

Description: C#实现SMTP服务器,使用TCP命令实现,功能比较完善-C# SMTP server using TCP commands, functions more perfect
Platform: | Size: 10240 | Author: 巍巍 | Hits:

[Internet-Network我的smtp程序

Description: 用vc编写的EMAIL发送程序,支持smtp服务器的用户名及密码。-with vc prepared to send email procedures and support smtp server user name and password.
Platform: | Size: 3770368 | Author: 韩飞 | Hits:

[Email Client邮件群发系统 v1.2

Description: 邮件群发系统 v1.2 需要指定SMTP服务器. 第一次使用时请在系统设置里设置好登录信息。 其实也不是真正意义上的邮件群发,初学者可以下载来参考。 目前还没找到不需要SMTP服务器的方法,望哪位大侠可以告知 您可以任意修改此软件,如果您对此软件有修改,希望能给我发一份。 开发环境:Win2003 Server + Delphi7 用到的第三方控件:Raise控件包-mass mail system v1.2 need to designate SMTP server. First please use the system settings installed login information. In fact it is not true sense mail listserv, beginners can be downloaded for reference. No need to find ways SMTP server, look Which heroes can tell you can arbitrarily change the software, if you have this software, hoping he can give me with a copy. Development environment : Win2003 Server Delphi7 use of third-party controls : Raise control packet
Platform: | Size: 641024 | Author: 安在旭 | Hits:

[Windows DevelopAuthentication_Mailer_src

Description: This article describes a simple assembly to send mails programmatically using a SMTP server that requires authentication. It also works with those servers that doesn t require it.
Platform: | Size: 5120 | Author: 如雙 | Hits:

[Internet-NetworkSocket实现SMTP,POP邮件服务器

Description: 基于Socket类实现SMTP,POP邮件服务器的源代码-based on Socket class achieve SMTP and POP mail server source code
Platform: | Size: 245760 | Author: yang | Hits:

[CSharpCS_高级smtp客户端

Description: C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的文件,负责与SMTP服务器交互并发送邮件,TestSmtpMail.cs是测试该SMTP客户端用的。可以用户将VS.NET 2003将各个文件添加到一个工程中后进行编译调试,也可分别把前四个文件编译成DLL(注意先后顺序和相互引用),然后把TestSmtpMail.cs编译成EXE后运行进行测试。-C# prepared by the High smtp client, console procedures, may rewritten for Windows programs, a full range of functions, in addition to the address of the sender, the recipient address (you can specify a number of the addressee, the current procedures set for 10, can make changes), the theme, the content, but also the annex (Annex can be made more), will appoint a priority level, can designated by HTML or TEXT sent, the sender can be designated name. A total of five papers MailAttachments.cs are responsible for the annex, MailMessage.cs is responsible for handling e-mail messages. SmtpMail.cs is responsible for liaising SMTP server, SmtpServerHelper.cs is the main document, with interactive SMTP server and send mail, TestSmtpMail.cs is to test the SMTP client use. Users will be VS.NET 200
Platform: | Size: 19456 | Author: | Hits:

[RichEditSMTPServerOfTCP

Description: C#实现SMTP服务器,使用TCP命令实现,功能比较完善-C# SMTP server using TCP commands, functions more perfect
Platform: | Size: 9216 | Author: | Hits:

[Email Server11912918MailServers

Description: smtp 服务器.实现邮件的传送,是一个很简短,很好的例子,适合与毕业设计和初学者-smtp server. Mail delivery is a very brief, very good example. suitable for graduates with the design and beginners
Platform: | Size: 9216 | Author: liyabin | Hits:

[Internet-Networksmtp

Description: 最简单的smtp服务器的代码.适合初学者使用阅读-The most simple smtp server code. Suitable for beginners to use reading
Platform: | Size: 6144 | Author: 吴萌 | Hits:

[Internet-NetworkCCSource

Description: 有关DDOS攻击的程序,CC是通过模拟多用户访问来达到拒绝服务的效果的,也就是说如果你模拟的用户数目不能达到服务器的最大用户,就达不到拒绝服务的效果,比如xfocus只要600用户就能拒绝,某台超级SMTP服务器需要4000+的线程才能拒绝服务。-Procedures related to DDOS attacks, CC through the simulation of multi-user access to achieve the effect of denial of service, meaning that if you simulate the number of customers can not achieve the largest user of the server, not on the effect of denial of service, for example, as long as 600 XFOCUS Users will be able to refuse a supercomputer SMTP server requires 4000+ thread can be a denial of service.
Platform: | Size: 43008 | Author: | Hits:

[Email ClientIntMail

Description: 完成电子邮件的接收和发送,通讯录等功能,只要提供pop3服务器地址和smtp服务器地址,就可以完成邮件发送支持群发功能-Completion of the receive and send e-mail, address book and other functions, as long as the provision of pop3 server address and smtp server address, you can complete the e-mail support mass function
Platform: | Size: 2079744 | Author: 祝德红 | Hits:

[Email Serverfakesmtp

Description: Fake SMTP server This is a FOO smtp server . write in c
Platform: | Size: 4096 | Author: 金光 | Hits:

[SCMsmtp

Description: 世纪民生公司的带网络功能的单片机CS6209开发smtp服务器演示源代码。网上基本上找不到的。-Myson Century' s networking features with the development of single-chip CS6209 demonstration smtp server source code. Basically, the Internet can not be found.
Platform: | Size: 26624 | Author: pudn2009 | Hits:

[Internet-Networksmtpsvr

Description: smtp server delphi平台下的smtp server组件包。包括所有源代码文件-SMTP Server Components Suite Package Required Component Package: Indy Author: Riceball(riceballl@hotmail.com) visit the my SMTPServer homepage for more info and get the latest version and source. Homepage: http://sourceforge.net/projects/smtpsrv Note: the recent Indy Package include a TIdSMTPServer component now, so you must delete this in the Indy Package to install the SMTP Server Components Suite Package. License : This project is subject to the Mozilla Public License Version 1.1 (see the "License.txt") you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. TIdSMTPServer i
Platform: | Size: 70656 | Author: ma | Hits:

[Windows DevelopSMTP

Description: mail send using smtp server
Platform: | Size: 238592 | Author: max | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net